home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / dx5sdk / sdk / samples / setup / readme.txt
Text File  |  1997-07-14  |  1KB  |  28 lines

  1. DirectSetup Sample Game
  2.  
  3. This sample is an example of how to use DirectXSetup API's to install
  4. DirectX subsystem and DirectX drivers.  It also serves as a working template
  5. for ISV's to install a game.
  6.                                                           
  7. Note that this program will not run until the redist directory (on the CD)
  8. is copied into the same directory as setup.exe.  The whole redist directory
  9. and all subdirectories must be copied for setup to work correctly, with
  10. the exception of the driver directories (discussed below).
  11.  
  12. The driver directories (contained in \redist\directx\drivers) contain 
  13. localized versions of Microsoft-provided display and audio drivers. You may
  14. omit any number of these driver directories from your redistributable to omit
  15. support for driver upgrades for those languages. If you choose to omit
  16. driver support for a particular language, you must omit the entire 
  17. directory and its contents. Likewise, if you choose to include driver
  18. support for a particular language, you must include the entire directory
  19. and its contents. Setup will not function properly otherwise.
  20.  
  21. For more information on DirectSetup, please refer to the DirectX SDK 
  22. documentation.
  23.  
  24. IMPORTANT: You must not add, remove, rename or modify any files or 
  25. directories in the redist directory tree (except for omitting language
  26. directories). Setup will not function properly if any of the contents
  27. are altered.
  28.